home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TB / (A)TBQ.ADF / Filemanager / FileMan.changes < prev    next >
Text File  |  1991-09-15  |  5KB  |  168 lines

  1. The following enhancements are new since FileMan v1.10:
  2.  
  3.  
  4. - The program is no longer stack size dependent.
  5.  
  6.  
  7. - Smaller code size.
  8.  
  9.  
  10. - Somewhat faster sorting times.
  11.  
  12.  
  13. - Fixed a bug that caused the program to think that a hard drive had
  14. become unmounted when a floppy was inserted/removed. This was never
  15. reported and I hope it was rare. I found it when I bought a new hard
  16. drive.
  17.  
  18.  
  19. - A couple small bugs have been fixed in "Create/Add Archive":
  20.  
  21.    1) When a wildcard pattern was in use, with all visible files
  22. tagged, all files in the current directory (including unseen ones)
  23. were inserted into the archive not just the tagged files.
  24.  
  25.    2) The program will now update the display correctly if an archive
  26. name is given with a full path.
  27.  
  28.  
  29. - Fixed a bug in the disk size information routine that confused
  30. disks with the same volume name.
  31.  
  32.  
  33. - There was a bug which would sometimes untag files after a "Copy
  34. with paths" 
  35. - Moving a file to a directory that already had a file of the same
  36. name would leave two copies of the name displayed in the program
  37. until the directory was rescanned.
  38.  
  39. - The documentation and the FileMan.def file contained an error:
  40.  
  41.   To specify the printer device use "PrinterDevice =" not "PrinterDev
  42.   ="
  43.  
  44.  
  45. - Fixed some minor display problems under WB 2.0.
  46.  
  47.  
  48. - Changed the spelling of PrinterSufix to PrinterSuffix.
  49.  
  50.  
  51. - The FileMan.def file will be found first in the current directory
  52. then in s:
  53.  
  54.  
  55. - The "File" Menu has been divided into "File" and "File Special".
  56.  
  57.  
  58. - A default archive extension can be specified for archive add/create
  59. in FileMan.def. For example the addition of the following line will
  60. cause the program to assume a .ZOO extension if no other recognized
  61. extension is given:
  62.  
  63.  
  64.     DefaultArcExt = .ZOO
  65.  
  66.  
  67. - The program now prompts for an archive pattern to use when
  68. extracting files from an archive. Specify this pattern the same way
  69. the corresponding archive utility documentation says to. All the ones
  70. I know take standard * and ? wildcard characters.  A '*' is used as
  71. the default. Say you only wanted to extract two of the archived
  72. files. Using a pattern of 'name1 name2' would accomplish this.
  73.  
  74.  
  75. - The same wildcard and Logall subdirs features found in the
  76. interpretation of the command line input can now be used within the
  77. Add Device/Dir prompts.
  78.  
  79.  
  80.   In other words typing in df0:* will catalog df0: and all subdirs
  81. regardless of the state of the catalog mode and  df0:*.c will catalog
  82. df0: in the current catalog mode but will change the wildcard filter
  83. to *.c
  84.  
  85.  
  86. - Can now print tagged files.
  87.  
  88.  
  89. - Can now print a list of all tagged files according to path and the
  90. current sorting order.
  91.  
  92.  
  93. - Printer associated strings (PrinterDevice, PrinterPrefix, and
  94. PrinterSuffix) can now be changed while in the program.
  95.  
  96.  
  97. - Utility names that are run on files can now be changed while in the
  98. program.
  99.  
  100.  
  101. - All AmigaDOS commands executed from FileMan will echo to the CLI
  102. window in inverse video.
  103.  
  104.  
  105. - When executing a file as a command from within FileMan, the
  106. argument requester now also includes the filename to be executed not
  107. just the list of arguments.
  108.  
  109.  
  110. - Partial interlace support was added. The program can open in
  111. interlace but does not make use of the additional space. This was a
  112. request for which most people probably have no use. Future versions
  113. will fully support interlace.
  114.  
  115.  
  116.   To use, place the statement "Interlace = TRUE" in the fileman.def
  117. file.
  118.  
  119.  
  120. - Added support of requester backfill color.
  121.  
  122.  
  123. - The Printer Device can now be a file rather than a device. Each
  124. output is appended to the previous.
  125.  
  126.  
  127. - Fileman now prompts for a new Dir/Path if the last one is freed.
  128.  
  129. ---------------------------------------------------------------------
  130.  
  131. The following is a list of questions and enhancement requests I
  132. received that have not been addressed as of release 1.2. If I've 
  133. missed any please remind me.
  134.  
  135. 1) Can Move/Create directory also move/create the appropriate icons?
  136.  
  137.    Not yet.
  138.  
  139. 2) Allow the user to select the destination directory without having
  140. to type it in.
  141.  
  142.    This is planned but in the mean time F10 can be used to select the
  143.    destination before hand.
  144.  
  145. 3) The ability to refresh a directory without having to free it and
  146. select it again.
  147.  
  148.    If I understand this one correctly using the Dir/Expand (X)
  149. command should work. It is not nessessary to free the directory
  150. first.
  151.  
  152. 4) The ability to back up above the top most directory (when
  153. possible).
  154.  
  155.    I intend to add this.
  156.  
  157. ---------------------------------------------------------------------
  158.  
  159. There are many planned enchancements for FileMan 2.0. Here are just a
  160. few:
  161.  
  162. - Support for interlace and overscan
  163. - Support for other fonts
  164. - Optional workbench screen window
  165. - Split directory and/or split file windows if desired
  166. - Point and click destination selection
  167. - A show all files mode that works across disks
  168.